﻿@charset "UTF-8";
/* 全局样式
-------------------------------------------------------------- */
html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:16px; line-height:26px; font-family:"Microsoft Yahei","Arial"; color:#666;}
p{line-height:25px;}
img{ border:none; vertical-align:middle;}
td{ vertical-align:center; font-size:14px;}
body{ background:#fff; overflow-x:hidden;}
/* 链接样式 */
a {text-decoration:none; outline:none;}
a:visited {text-decoration:none; outline:none;}
a:hover {text-decoration:none; outline:none;}

/* 常用元素 */
.clear { clear:both; font-size:1px; line-height:0px; height:0px; }
img { max-width:100%;}
h1,h2,h3,h4,h5 { margin:0;}

/* 层浮动 */
.left { float: left; }
.right{ float: right; }
.center { margin: 0 auto; }

/* 文字对齐 */
.tleft { text-align:left; }
.tright { text-align:right; }
.tcenter {text-align:center; }


/*--版心--*/


/*header*/


.positionr { position:relative;}



/*banner*/
.banner { position:relative;}
.banner .swiper-container {      width: 100%;height: 100%; }

.banner .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }


.banner .swiper-pagination-bullet { width:10px; height:10px;border-radius: 50%;  margin-right: 5px; background:#fff; opacity:0.5; }
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {margin:0 8px;}	
.banner .swiper-pagination-bullet-active {  width:20px;border-radius: 8px; opacity: 1;}

.visible-xs { display:none !important;}
.bantext {position:absolute; width: 100%; height: 100%; text-align: left; top: 0; left: 0; display: flex; align-items: center;}
.bantext h3 {
font-size: 58px; margin-bottom: 30px;
color: #FFFFFF;
line-height: 50px;}
.bantext p {font-size: 26px; height: 50px; margin-bottom: 80px; color: #FFFFFF;}
.bantext span {font-size: 16px;color: #FFFFFF; display: inline-block; border-bottom: 1px solid rgba(255,255,255,0.5); padding-bottom: 12px; position: relative;}
.bantext span:after { background:#E0B577; content:""; position: absolute; left: 0; bottom: -1px; width: 40%; height: 1px;}

.banbut {position:absolute; width: 100%; bottom:5%; left: 0;text-align: right; z-index: 9;}
.banbut span { width:53px; height: 53px; border-radius: 50%; display: inline-block;  outline: 0; border: none; cursor: pointer;}
span.ban-button-prev {background:url("../images/butleft.png") no-repeat center;background-color: rgba(0,0,0,0.5);}
span.ban-button-next { background:url("../images/butright.png") no-repeat center;background-color: rgba(0,0,0,0.5); margin-left: 15px;}
span.button-prev {background:url("../images/butleft.png") no-repeat center;background-color: rgba(0,0,0,0.5);}
span.button-next { background:url("../images/butright.png") no-repeat center;background-color: rgba(0,0,0,0.5); margin-left: 15px;}
.banbut span:hover {background-color:#CFAB6F;}

.tiao { position:absolute; left: 0; bottom: 5%; width: 100%; z-index: 9;}
.item-down {
    position: relative;
    width: 52px;
    height: 52px;
	float: left;
    cursor: pointer;
    text-align: center;
    transition-delay: .7s;
}
.item-down .yuan-img {
    width: 100%;
    animation: zhuan0 6s infinite linear .65s;
}
.item-down .down-img {
    width: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -10px;
    animation: top0 1s infinite linear .65s;
}
@keyframes top0{
    0% {
    transform: translateY(-10%);
   }
   100% {
    transform: translateY(10%);
}
}
@keyframes zhuan0{
    0% {
    transform: rotate(0);
   }
   100% {
    transform: rotate(360deg);
}
}


/*footer*/
.footer { background-color: #DFE3E6; position: relative;}
.footer:before {content:""; background: url("../images/footbg.png") no-repeat left; width: 50%; left: 0; top: 0; height: 100%; position: absolute;}

/*top*/
.homemess {position:fixed; right:10px; bottom:15%; z-index:9; display:none;}
.homemess ul li { width:48px; height:48px; line-height: 48px; background:#fff;box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); border-radius:50%; color:#fff;  text-align:center; margin-bottom:10px; position:relative; cursor:pointer;}

.homemess ul li:hover{
    background-color:#D1A15D;
	border-radius:50%;
}
.homemess ul li.back-top:hover svg{
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
	transition: 0.5s;-webkit-transition: 0.5s;
}
.homemess ul li:hover svg path { fill:#fff;}


.footup .container,.footdown .container { position:relative; z-index: 9;}
.footdown { background:#D1A15D; color:#fff; padding:15px 0; min-height: 85px; display: flex;align-items: center;}
.footdown a { color:#fff;}
.footmore { margin: 0 16px;}
.footdown a:first-child {margin-left:0;}

.foot_l{ float:left; width:74%; border-right:1px solid #CBCFDB; padding-bottom: 40px;}
.foot_r { float:right; width:26%; padding-left: 50px; padding-top: 35px;}
.foot_l ul { margin-left:-10px; margin-right:-10px; margin-top: 30px;}
.foot_l ul li { float:left; width:16.66%; padding:0 10px;}

.foot_l ul li h2 { padding-bottom:8px; background: url("../images/footx.png") no-repeat bottom left; margin-bottom: 20px;}
.foot_l ul li h2 a{ font-size:18px; color:#333333; font-weight:bold; margin-top:0; margin-bottom: 8px;}
.foot_l ul li a { display:block; font-size:16px; color:#666; line-height:21px; margin:10px 0;}
.foot_l ul li a:hover {  color:#D1A15D;}
.footshare {border-bottom:1px solid #CBCFDB; padding: 35px 0 17px 0;}
.footlogo {float:left;}

.footshare .bdsharebuttonbox {float:right; width: 16.66%;}
.footshare .bdsharebuttonbox a {margin:0 6px; display: inline-block;width: 40px; height: 40px; border:none;  border-radius: 50%; padding: 0;}
.footshare .bdsharebuttonbox a#fenxiang1 { background: url("../images/shareh01.png") no-repeat center;background-color: #BAC3C8;}
.footshare .bdsharebuttonbox a.more {  background: url("../images/shareh02.png") no-repeat center;background-color: #BAC3C8;}
.footshare .bdsharebuttonbox a:hover,.footshare .bdsharebuttonbox a:hover#fenxiang1 { background-color: rgba(0,67,135,0.8);}
.link .dropdown-item {
    display: block;
    width: 100%;
    padding:5px 0px;
    clear: both;
    font-weight: 500;
    color: #333;
    word-break: break-all;
    text-align: inherit;
    background-color: transparent;
    border: 0;
}
.link .dropdown-item:hover {
    color: #D1A15D;
}
.link .btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
padding:.375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
border-radius:.25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.link .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}
.link .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
padding:.5rem 0;
margin:.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: none;
border-radius:.25rem
}
.link .dropdown-menu.show {
    display: block;
}
.link .dropdown {position:relative; max-width: 285px;}
.link button.btn {width:100%; height: 50px; background: #fff; border-radius: 25px; border: none !important; outline: 0; color: #666; font-size: 16px; text-align: left; padding: 0 30px;}
.link button:focus {box-shadow:inherit !important;}
.link .dropdown-toggle::after {    float: right;    margin-top: 7px;}
.link .dropdown-menu {width:100%;background: #fff; border: none;      padding: 0 20px 20px 20px; margin: 0; border-radius: 0 0 25px 25px;}
.link .btn:hover {color:#666;background: #fff;}
.link .btn:not(:disabled):not(.disabled).active,.link  .btn:not(:disabled):not(.disabled):active,.link  .show>.btn.dropdown-toggle{ color: #666;box-shadow: 0px 0px 32px 0px rgba(139, 139, 139, 0.24);border: 1px solid transparent;background: #fff;border-radius: 25px 25px 0 0;}



.address {padding-top:30px; padding-bottom: 35px;}
.address p {font-size:16px; color: #333; overflow:hidden; margin-bottom: 3px;}
.address p span {font-size:inherit; color: inherit;display: inline-block; float: left;}
.address p strong {font-size:inherit;  font-weight: 500;display: inline-block; float: left; max-width: 82%;}
.footimg { padding-top:28px;}
.footimg p {display:inline-block; text-align: center; font-size: 16px;}
.footimg p img {margin-bottom:5px;}

.xailabox {
    width: 90%;
    text-align: left;
}
.xailabox a{
    color: #fff;
	display:block;
    font-size: 14px;
    line-height: 30px;   
}


#RTK {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  overflow: hidden;
  display: none;
}

#RTK .load_logo {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -85px;
  z-index: 55;
}
#RTK strong { background:url("../images/dian.png") no-repeat center; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9;}

#RTK .load_logo.on {
  -webkit-animation: z_breathe 1.2s ease-out infinite alternate;
  animation: z_breathe 1.2s ease-out infinite alternate;
}
.loadingbg { position: absolute; left: 0; width: 100%; bottom: 0;animation: banBt 2s ease both;}
@keyframes banBt{0%{transform: translateY(50px);opacity: 0;}100%{transform: translateY(0);opacity: 1;}}
.finish .loadingbg,.finish strong {display:none;}

#RTK .a,
#RTK .b {
  position: absolute;
  width: 100%;
  height: 50%;
	background: url("../images/loadbig.png") no-repeat center top ;
  background-color: #E0B577;
  -webkit-transition: all 1s 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition: all 1s 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}

#RTK .a {
  left: 0;
  top: 0;
  height: 100%;
}


#RTK.on .a {
  left: -101%;
}

.trigger-txt {
  top: 0;
  left: 0;
  position: absolute;
  font-size: 6vw;
  text-transform: uppercase;
  pointer-events: none;
  line-height: 1;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin: 0;
  z-index: 555;
}

.trigger-txt span {
  display: inline-block;
  position: relative;
  padding: 0 2vw;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  font-family: "MONTSERRAT-REGULAR";
  color: #fff;
  font-size: 100px;
}

.trigger-headline--hidden span {
  pointer-events: none;
  opacity: 0;
}

.trigger-headline--hidden span:nth-child(1) {
  -webkit-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.trigger-headline--hidden span:nth-child(2) {
  -webkit-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}

.trigger-headline--hidden span:nth-child(3) {
  -webkit-transform: translate3d(-60px, 0, 0);
  transform: translate3d(-60px, 0, 0);
}

.trigger-headline--hidden span:nth-child(4) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.trigger-headline--hidden span:nth-child(5) {
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0);
}

.trigger-headline--hidden span:nth-child(6) {
  -webkit-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}

.trigger-headline--hidden span:nth-child(7) {
  -webkit-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

/*.trigger-headline2{padding-top: 18%;}*/
/*
@keyframes slow-wave {
from {
transform:translateY(0)
}
to {
transform:translateY(-10px)
}
}
*/

.trigger-headline2 span {
  font-family:'阿里巴巴普惠体 B';
  font-size: 32px;
  color: #fff;
  margin-top: 240px;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;

}

.trigger-headline2 span:nth-child(1) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0;
}

.trigger-headline2 span:nth-child(2) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  opacity: 0;
}

.trigger-headline2 span:nth-child(3) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  opacity: 0;
}

.trigger-headline2 span:nth-child(4) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  opacity: 0;
}
.trigger-headline2 span:nth-child(5) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  opacity: 0;
}
.trigger-headline2 span:nth-child(6) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  opacity: 0;
}
.trigger-headline2 span:nth-child(7) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
  opacity: 0;
}
.trigger-headline2 span:nth-child(8) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  opacity: 0;
}



@-webkit-keyframes z_breathe {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes z_breathe {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*home about*/
.homeabout { background:url("../images/aboutbg.jpg") no-repeat center;  background-size: cover; padding: 70px 0 70px 0;}
.x-section-7 { padding-top: 45px; margin-left: -15px; margin-right: -15px;}
.aboutmid_r {float:right; width: 48%; padding-left: 30px;}
.aboutmid_r h3 { font-size: 30px;	background: url("../images/aboutwite.png") no-repeat bottom left;font-weight: bold; padding-bottom: 16px; margin-bottom: 16px; color: #FFFFFF;}
.aboutmid_r p{font-size: 16px;color: #FFFFFF;line-height: 28px;}

.aboutleft {float:left; width: 46%;}
.aboutright {float:left; width: 54%; padding-left: 70px;}

.aboutleft .aboutdes { font-size:16px; line-height: 28px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;}
.aboutleft h2 {font-size: 36px;color: #333333;}
.aboutleft h3 {font-size: 24px; padding: 58px 0 30px 0; color: #D1A15D;}
.x-section-7 .co7 .item {	 min-width: 25%; float: left;padding: 0 15px; margin-bottom: 15px;}
.x-section-7 .co7 .item:first-child {max-width:28%;}
.x-section-7 .co7 .item:nth-child(2) {max-width:35%;}
.x-section-7 .co7 .item:nth-child(3) {max-width:37%;}

@font-face {
  font-family: "webfont";
  font-display: swap;
  src: url('webfont.eot'); /* IE9 */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('webfont.woff2') format('woff2'),
  url('webfont.woff') format('woff'), /* chrome、firefox */
  url('webfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('webfont.svg#webfont') format('svg'); /* iOS 4.1- */
}

.web-font {
  font-family: "webfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'dincond';
  src: url('../fonts/dincond-medium-webfont.eot?v=4.7.0');
  src: url('../fonts/dincond-medium-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/dincond-medium-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/dincond-medium-webfont.woff?v=4.7.0') format('woff'), url('../fonts/dincond-medium-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/dincond-medium-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.x-section-7 .co7 .item span {
	font-size: 56px;
	line-height: 45px;
	height: 45px;
	font-family: 'dincond';
	display: inline-block;
	color: #D1A15D;
}

.x-section-7 .co7 .item i {
	font-weight: bold;
	font-size: 40px;
	font-style: normal;
	color:#D1A15D;
	vertical-align: top;
}

.x-section-7 .co7 .item p {	font-size: 16px; color:#333333; padding-top: 10px;}

.wel-more {
    display: inline-block; margin-top: 30px;
    position: relative;
    font-size: 16px;
    line-height: 44px;
    width: 164px;
    height: 44px;
    color:#999999;
    background: #DADEE1;
    text-align: left;
   
    border-radius: 50px;
    cursor: pointer;
}
.wel-more a{color:inherit; font-size: inherit; padding-left: 24px;
    padding-right: 40px; display: block; line-height: inherit;}
.wel-more a:before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/play2.png) no-repeat center;
    background-size: 100%;
    transition: .5s ease-in-out;
}
.wel-more:hover a:before {
    transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transition: .5s ease-in-out;
}
.wel-more:hover {background:#D1A15D; color: #fff;}
.imgwidth {text-align:right; margin-top: 26px; display: inline-block; position: relative; }
.imgwidth>div{ position: relative; padding-right: 20px; padding-bottom: 20px;}

.imgwidth>div:after {content:""; background: #D1A15D; position: absolute; right: 0; bottom: 0; width: 72%; height: 72%;}
.imgwidth img { position: relative; z-index: 9;}


.imgwidth {
overflow: hidden;
position: relative;
transform: translateX(-101%) translateZ(0)
}
.imgwidth>div {
/* background-color: #dc0f48; */
transform: translateX(101%) translateZ(0)
}
.imgwidth>div>div {
transform: scale(1.2)
}

.aos-animate .imgwidth {
transform: translateX(0) translateZ(0)
}
.aos-animate .imgwidth>div {
transform: translateX(0) translateZ(0)
}
.aos-animate .imgwidth>div>div {
transform: scale(1);
transition: transform 2.5s cubic-bezier(.34,.615,.4,.985)
}

.aos-animate .imgwidth,
.aos-animate .imgwidth>div {
transition: transform .95s cubic-bezier(.76,.09,.215,1);
transition-delay: .5s
}
.aos-animate .imgwidth>div>div {
transition-delay: .85s
}



/*two*/
.brandpic {height:762px;}
.intitle {}
.intitle span {display:block;font-size: 28px; margin-top: 20px; background: url("../images/white.png") no-repeat left bottom; padding-bottom: 14px; color: #FFFFFF;}
.inleft {float:left; width: 62%;}
.inright {max-width: 38%; text-align: right; position: absolute; top:365px; right: 0;}
.inleft p {font-size:16px; color: #fff; line-height: 28px; margin-bottom: 27px;}
.inleft p:last-child{margin-bottom:0;}
.inright span {width:140px; height: 140px; display: inline-block; text-align: left;
background: #FFFFFF;
border-radius: 6px;}
.inright span:nth-child(2) {margin-left:18px;}
.inright span a {font-size: 16px;color: #333333; display: block; padding:70px 20px 20px;height: 100%;}
.inright span:hover {background-color: #D1A15D;} 
.inright span:hover a { color:#fff;}
.inupositon {position:absolute; left: 0;  width: 100%; top: 60px; z-index: 9;}
.inupsub {
font-size: 36px; color: #FFFFFF;}
.indbutton {position:absolute; bottom:187px; left: 0; text-align: right;width: 100%; z-index: 9;}
.new-pagination {display:none;bottom: 18px;    position: absolute;    z-index: 9;    text-align: center;}
.new-pagination .swiper-pagination-bullet {opacity:0.8; background: rgba(255,255,255,0.8)}
.img-box { padding-top:200px; position: relative;}
.induscoll {height:200px;overflow-y:auto; padding-right: 15px; margin-top: 27px;}
.induscoll::-webkit-scrollbar{
  width:6px;
  height:6px;
}
.induscoll::-webkit-scrollbar-track{
  background:rgba(255,255,255,0.4);
  border-radius:2px;
}
.induscoll::-webkit-scrollbar-thumb{
  background:rgba(255,255,255,0.6);
  border-radius:10px;
}
.induscoll::-webkit-scrollbar-thumb:hover{
  background: #fff;
}


.buttons {
    display: inline-block;
    width: 44px;
    height:44px;
	cursor: pointer;
    border-radius:50%;
	outline: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.indbutton .prevs{
    background-image: url('../images/inmore3.png'); background-color: #fff;
}
.indbutton .nexts{
    background-image: url('../images/inmore2.png'); margin-left: 10px;background-color: #fff;
}
.buttons:hover {background-color: #D1A15D;}

.index-brand-box{position:relative;}

.industy {position:relative;}
  .gallery-top {      width: 100%;    }
.industdown {text-align:center;}
.industdown .swiper-wrapper {  height: 98px; z-index: 9;}
.industdown { position:absolute; left: 0; bottom: 60px; width: 100%; z-index: 9; }
.industdown .swiper-slide {background:url("../images/induxian.png") no-repeat right;}
.industdown span {  display: inline-block; line-height: 98px; position: relative; cursor: pointer;}
.industdown span:after {position:absolute; content:""; height: 4px; background: #D1A15D; width: 0; left: 0; bottom: 0;transition: .5s ease-in-out;}
.industdown span i {font-size: 18px;color: #333333; display: block; font-style: normal; padding-left: 76px;}
.inico01 { background:url("../images/kyico01.png") no-repeat left;}
.inico02 { background:url("../images/kyico02.png") no-repeat left;}
.inico03 { background:url("../images/kyico03.png") no-repeat left;}
.inico04 { background:url("../images/kyico04.png") no-repeat left;}
.inico05 { background:url("../images/kyico05.png") no-repeat left;}
.industdown .gallery-thumbs .swiper-slide-thumb-active span i,.industdown .gallery-thumbs .swiper-slide:hover span i{color: #D1A15D;}
.industdown .gallery-thumbs .swiper-slide-thumb-active span:after,.industdown .gallery-thumbs .swiper-slide:hover span:after {width:100%;}
.indomore {position:absolute; background: url("../images/industbg.png") no-repeat left; height: 100%; line-height: 98px; right: 0; top: 0; width: 16%; max-width: 218px; border-bottom-right-radius:6px; border-top-right-radius: 6px; text-align: right; padding-right: 34px;}
.indomore a {font-size:18px; color: #fff; background: url("../images/inmore.png") no-repeat right; padding-right: 30px;}
.industdown .gallery-thumbs .swiper-slide-thumb-active span .inico01,.industdown .gallery-thumbs .swiper-slide:hover span .inico01 { background:url("../images/kyicoh01.png") no-repeat left;}
.industdown .gallery-thumbs .swiper-slide-thumb-active span .inico02,.industdown .gallery-thumbs .swiper-slide:hover span .inico02 { background:url("../images/kyicoh02.png") no-repeat left;}
.industdown .gallery-thumbs .swiper-slide-thumb-active span .inico03,.industdown .gallery-thumbs .swiper-slide:hover span .inico03 { background:url("../images/kyicoh03.png") no-repeat left;}
.industdown .gallery-thumbs .swiper-slide-thumb-active span .inico04,.industdown .gallery-thumbs .swiper-slide:hover span .inico04 { background:url("../images/kyicoh04.png") no-repeat left;}
.industdown .gallery-thumbs .swiper-slide-thumb-active span .inico05,.industdown .gallery-thumbs .swiper-slide:hover span .inico05 { background:url("../images/kyicoh05.png") no-repeat left;}

.white-bg {
    background: #fff;border-radius: 6px;
}

.white-bg,
.blue-bg {
  position: absolute;
  left: 0%;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition-duration: .6s;
     -moz-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
	z-index: 9;
}
.blue-bg {
  background: #D1A15D;
	border-radius: 6px;
  -webkit-transition-duration: 1.2s;
     -moz-transition-duration: 1.2s;
       -o-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transform-origin: left bottom;
     -moz-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;z-index: 99;
}
/*
.leftbg {
  -webkit-transform: skew(-20deg);
     -moz-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
}
*/
 .aos-animate .white-bg,
.aos-animate .blue-bg {
  width: 100%;
}
.aos-animate .blue-bg {
  -webkit-transition-delay: .4s;
     -moz-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}   

.industdown span,.indomore{	opacity: 0;-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}

.industdown.aos-animate span,.industdown.aos-animate .indomore {  opacity: 1;}
.industdown.aos-animate .swiper-slide:first-child span {  transition-delay:2s;}
.industdown.aos-animate .swiper-slide:nth-child(2) span {  transition-delay:2.05s;}
.industdown.aos-animate .swiper-slide:nth-child(3) span {  transition-delay:2.25s;}
.industdown.aos-animate .swiper-slide:nth-child(4) span {  transition-delay:2.45s;}
.industdown.aos-animate .swiper-slide:nth-child(5) span {  transition-delay:2.65s;}
.industdown.aos-animate .indomore {transition-delay: 2.85s;}

.aos-animate .leftbg {  left: 100%;}

/*case*/
.owl-theme.caselist .owl-nav {display:none;}
.caselist {height:100%;}
.prolun {width:100%; height: 300px;}
.owl-theme.caselist .owl-dots { position:absolute; right: 35px; bottom: 40px; display: none;}
.owl-theme.caselist .owl-dots button { border:none; outline: 0;}
.owl-theme.caselist .owl-dots button span {margin-bottom:0;width: 9px;
height: 9px; background: none;
border: 2px solid #FBFBFB;
border-radius: 4px;}
.owl-theme.caselist .owl-dots .owl-dot.active span {width:28px; background: #fff;}
.owl-theme.caselist .owl-dots .owl-dot:hover span {background:#fff;}
.act .owl-theme.caselist .owl-dots {display:block}

.qulity_a {  padding:26px 0;}
.qulity_a .this-title {
  text-align: center;
  color: #333;
  margin-bottom: 40px;
}
.qulity_a .qulity-ul {
  margin-bottom: 40px;
}
.qulity_a .qulity-ul li {
  width: 32.7272%;
  margin-right: 0.9092%;
  float: left;
}
.qulity_a .qulity-ul li .imgbox img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.qulity_a .qulity-ul li .text-box {
  height: 120px;
  background-color: #eeeeee;
  padding-top: 20px;
}

.qulity_a .qulity-ul li:last-child {
  margin-right: 0;
}
.qulity_a .grid-box .box {
  width: 25%;
  float: left;
  height: 300px;
  position: relative;
  background-position: left center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.qulity_a .grid-box .box .inbox {
  position: absolute;
  left:65px;
	z-index: 9;
  bottom: 0px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.qulity_a .grid-box .box .inbox .icon {
  -webkit-transition: all 0.3s ease 0.5s;
  -o-transition: all 0.3s ease 0.5s;
  -moz-transition: all 0.3s ease 0.5s;
  transition: all 0.3s ease 0.5s;
  margin-bottom: 20px;
}
.qulity_a .grid-box .box .inbox .title {
  font-size: 20px; color: #fff; font-weight:bold;
  -webkit-transition: all 0.3s ease 0.4s;
  -o-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.qulity_a .grid-box .box .inbox .title span,.qulity_a .grid-box .box .inbox .text a {color: inherit; font-size: inherit;}
.qulity_a .grid-box .box .inbox .text a {background:url("../images/casejt.png") no-repeat right; padding-right: 28px;}
.qulity_a .grid-box .box .inbox .title span::after {
  content: "";
  width: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: .4s;
     -moz-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
  height: 2px;
  bottom: -2px;
  background: #00479d;
}
.qulity_a .grid-box .box .inbox .text {
  line-height: 20px;
  font-size: 16px;
	color:#fff;
  -webkit-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
  opacity: 0;
}
.qulity_a .grid-box .act {
  width: 50%;
}
.qulity_a .grid-box .act .inbox {
  bottom: 40px;
}
.qulity_a .grid-box .act .inbox .icon {
  -webkit-transition-delay: .1s;
     -moz-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}
.qulity_a .grid-box .act .inbox .title {
  -webkit-transition-delay: .2s;
     -moz-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

.qulity_a .grid-box .act .inbox .text {
  opacity: 1;
  padding-top: 18px;
	margin-bottom: 20px;
  -webkit-transition-delay: .3s;
     -moz-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}
/*homenew*/
.homenew {padding-bottom:60px;}
.homenew .nav-tabs {float:right; border: none;}
.homenew .tab-content {border-top:1px solid #EEEEEE; padding-top: 40px;}
.homenew .nav-tabs .nav-item {padding:8px 13px 0 13px; display: inline-block;}
.homenew .nav-tabs .nav-link {font-size: 18px;border:none; display: block; padding: 0; position: relative; padding-bottom: 38px;}
.homenew .nav-tabs .nav-link:after {content:""; position: absolute; height: 4px; background: #D1A15D; width: 100%; left: 0; bottom: 0; opacity: 0;}
.homenew .nav-tabs .nav-item.show .nav-link,.homenew  .nav-tabs .nav-link.active {color:#D1A15D;border:none; }
.homenew .nav-tabs .nav-item.show .nav-link,.homenew  .nav-tabs .nav-link.active:after {opacity:1;}
.newsub {font-size: 36px;float: left;color: #333333;}
.owl-theme.homenewlist .owl-nav {display:none;}
.owl-theme.homenewlist .owl-dots { margin-top:23px;}
.owl-theme.homenewlist .owl-dots button { border:none; outline: 0;}
.owl-theme.homenewlist .owl-dots button span {margin-bottom:0;width: 9px;
height: 9px; background:#DADEE1;border-radius: 50%;}
.homenew .owl-theme .owl-dots .owl-dot.active span,.homenew .owl-theme .owl-dots .owl-dot:hover span{background:#D1A15D !important;}

.homenew .tab-content>.tab-pane {
	display: none
}
.homenew .tab-content>.active {
	display: block
}
.homenew .li {height: 300px; width: 100%; position: relative; padding: 30px;}
.homenew .li:before {content:""; position: absolute; left: 0; top: 0; width: 100%; height: 100%;background: #F2F6F9;border-radius: 6px; z-index: 8;}
.homenew .newcont {position:relative; z-index: 9;}
.homenew .newcont span {color:#999999; font-size: 16px; display: block; padding-bottom: 15px;}
.homenew .newcont h3 {
font-size: 18px; height: 56px; line-height: 28px; margin-bottom: 22px;
font-weight: bold;
color: #333333;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.homenew .newcont p {font-size: 16px;line-height: 28px;height: 56px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.homenew .newcont i { background:url("../images/newjth.png") no-repeat; width: 20px; height: 12px; display: inline-block; margin-top: 28px;transition: .5s ease-in-out;}
.newpic {width:100%; height: 100%; position: absolute; left: 0; top: 0;border-radius: 8px;}
.homenew .li:hover .newcont i { background:url("../images/newjt.png") no-repeat; width: 20px; height: 12px; display: inline-block;}
.homenew .li:hover:before {background:rgba(209,161,93,0.85);}
.homenew .li:hover .newcont span { color: #E6DAC8;}
.homenew .li:hover .newcont h3,.homenew .li:hover .newcont p { color: #fff;}
.homenew .li:hover .newcont i {margin-left:5px;}

@font-face {
  font-family: "webfonts";
  font-display: swap;
  src: url('../fonts/webfont.eot'); /* IE9 */
  src: url('../fonts/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/webfont.woff2') format('woff2'),
  url('../fonts/../fonts/webfont.woff') format('woff'), /* chrome、firefox */
  url('webfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../fonts/webfont.svg#webfont') format('svg'); /* iOS 4.1- */
}

.web-fonts {
  font-family: "webfonts" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*inside page*/
.insideban { height:580px; position: relative;}
.insidenei { position:absolute; width: 100%; height: 100%;left: 0; top: 0; text-align: center; display: flex; align-items: center;/* background: rgba(0,0,0,0.3);*/}
.insidenei p {font-size: 40px;color: #FFFFFF; line-height: 1.1; padding-top: 99px;}
.insidenei h2 {font-size: 36px;color: #FFFFFF; padding-top: 25px; line-height: 1.1; padding-bottom: 80px;}
.insinav {background:rgba(0, 66, 134, 0.77); min-height: 80px; padding: 20px 0; position: absolute; bottom: 0; left: 0; width: 100%;}
.pagenmenu { float:left;}
.pagenmenu ul li { float:left; padding-right:36px;}
.pagenmenu ul li:last-child { padding-right:0;}
.pagenmenu ul li a { font-size:18px; color:#fff;display:block; line-height:40px; position:relative;transition: all .4s; font-weight: bold;}
.pagenmenu ul li a:before { content:""; height:5px; background:#fff; width:0; position:absolute; left:50%; bottom:-20px; opacity:0;transition: .3s;}
.pagenmenu ul li.on a:before { opacity:1;width:100%; left:0%;}
.pagenmenu ul li:hover a:before { opacity:1;width:100%; left:0%;}
.pagenmenu ul li:hover a { transform:translateY(-3px); font-weight: bold;}
.insinav .float-right { line-height: 40px; float: right;font-size: 16px; color:rgba(255,255,255,0.8);}
.insinav .float-right a {font-size:inherit; color: inherit; }
.insinav .float-right:hover {color:rgba(255,255,255,1);}

/*inside about*/
.inside {position:relative;  padding: 0;}
.inside .aboutleft h3 { font-size:30px; background: url("../images/aboux.png") no-repeat left bottom; padding: 120px 0 20px 0; margin-bottom: 40px;}
.inside .aboutleft .aboutdes {display:block;}
.inside .about_r {background-repeat: no-repeat; background-position: center;background-size: cover;}
.inside .item-down { margin-top:75px; margin-bottom: 75px;}
.about_r {
    width: 50%;
    top: 0;
    left: 50%;
    position: absolute;
    height: 100%;
    margin-left: 0;
}
.inaboutmid { background:url("../images/aboutbg2.jpg") no-repeat center bottom; overflow: hidden; text-align: justify;padding: 40px 0;}
.inaboutmid .w50 {  width: 50%; max-width: 665px; padding: 0 15px;}
.inaboutmid .w50 p {font-size:16px; line-height: 1.6; margin: 18px 0;}

.aindusbg {background:url("../images/aboutbg4.jpg") no-repeat center; background-size: cover; padding: 148px 0 128px 0; position: relative; overflow: hidden; }
.aindusbg .img { position:absolute;  display: flex; align-items: center; justify-content: center; left: 0; top: 0;  background: url("../images/aboutbg5.png") no-repeat center top; background-size: cover;    width: 59.6%; height: 100%; z-index:001;}
.aindusbg .img img {    animation: circle linear 20s infinite; margin-right: 40px; margin-top: 10px;}

@keyframes circle {
    0% {
        transform:rotate(0);
    }
    100% {
        transform:rotate(360deg);
    }
}

.ainduright {width:42%; float: right; position: relative;z-index: 9;}
.ainduright h3 {font-size: 32px;color: #FFFFFF; line-height: 1.6}
.ainduright p {font-size: 18px;color: #FFFFFF; margin-top: 60px; line-height: 1.6}
.ainduright .wel-more {background:rgba(0,0,0,0.3); color: #fff;}
.sixBtn { margin-top:70px; display:flex;width: 100%; padding-bottom:70px;}
.ainduright .wel-more:hover {background:#D1A15D;}
.sixBtn .sixBtn_item {
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sixBtn .sixBtn_item:hover img {-moz-transition: all 0.8s ease-in-out; 
-webkit-transition: all 0.8s ease-in-out; 
-o-transition: all 0.8s ease-in-out; 
-ms-transition: all 0.8s ease-in-out; 
transition: all 0.8s ease-in-out; 
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
transform: rotateY(360deg); }
.sixBtn .sixBtn_item p { font-size:18px; color:#fff;margin-top:15px; height:50px;}

/*leader*/
@font-face {
  font-family: "webfontb";
  font-display: swap;
  src: url('webfontb.eot'); /* IE9 */
  src: url('webfontb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('webfontb.woff2') format('woff2'),
  url('webfontb.woff') format('woff'), /* chrome、firefox */
  url('webfontb.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('webfontb.svg#webfont') format('svg'); /* iOS 4.1- */
}

.web-font-bold {
  font-family: "webfontb" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.leaderbg { background:url("../images/ldbg.jpg") no-repeat center;  background-size: cover; padding: 58px 0 50px 0; overflow: hidden;}
.leadcont {background:#fff; overflow: hidden; position: relative;}
.lead_left {  position: absolute; left: 0; top: 0; height: 100%; width:32.5%; padding:55px 50px 50px; background: url("../images/ldbg.png") no-repeat left bottom #D1A15D; border-bottom-right-radius: 120px;}
.lead_right {float:right; background: url("../images/ldbg2.jpg") no-repeat right top; width: 67.5%; padding: 55px}
.leadtext01 {font-size: 30px;color: #FFFFFF; background: url("../images/dou.png") no-repeat left top; padding-top: 84px; line-height: 1.2;}

.leadtext02 {font-size: 24px; text-transform: uppercase; padding-top: 24px; padding-bottom: 30px; font-weight: bold;color: #DDBD91;}


.leadtext03 {
font-size: 16px;
color: #FFFFFF;
line-height: 1.6;}
.leadtitle {font-size: 36px;color: #333333; padding-bottom: 24px;}
.lead_right p {font-size:16px; line-height: 1.8; margin: 26px 0;}
.leadname {text-align:right; font-size: 18px;}


/*发展历程*/
.fzlcbg { background:url(../images/hisbg.jpg) no-repeat bottom center fixed;  padding-bottom:70px; padding-top:90px;}
.honor_more { margin-top:50px; background: url("../images/hisxian2.png") repeat-x 0 30px;}
.moreBtn { font-size: 16px;text-align: center; width: 100%; display: block; color: #333333;background: url("../images/hismore.png") no-repeat center top; padding-top: 70px; position:relative; z-index:855;}
.histitle {font-size: 36px;color: #333333; text-align: center; margin-bottom: 85px; line-height: 1.1;}

/*culture*/
.cultureone {background:url("../images/cutbg.jpg") no-repeat center bottom; overflow: hidden;} 
.cultitle {font-size: 36px;color: #333333; margin-bottom: 60px; text-align: center; padding-top: 65px;}
.cullist {padding:68px 0 65px 0;}
.cullist ul { margin-left:-35px; margin-right: -35px; overflow: hidden;}
.cullist ul li {width:33.33%; float: left; padding: 0 35px;text-align: center;}
.cullist ul li span {width: 174px;height: 174px;  display: inline-block;background: #EFF4F8;border-radius: 50%;}
.cullist ul li span i {display:inline-block; width: 100%; height: 100%;}
.cullist ul li strong {font-size: 18px;color: #333333; display: block; text-align: center; padding-top: 25px;}
.cullist ul li p {font-size:16px;  line-height: 1.8; margin: 30px 0 0 0;}
.culico01 {background:url("../images/culico01.png") no-repeat center;}
.culico02 {background:url("../images/culico02.png") no-repeat center;}
.culico03 {background:url("../images/culico03.png") no-repeat center;}
.cullist ul li:hover span {
background: #D1A15D;}
.cullist ul li:hover span i.culico01 {background:url("../images/culicoh01.png") no-repeat center;}
.cullist ul li:hover span i.culico02 {background:url("../images/culicoh02.png") no-repeat center;}
.cullist ul li:hover span i.culico03 {background:url("../images/culicoh03.png") no-repeat center;}
.cultwobg {background:url("../images/culbg2.jpg") no-repeat center; overflow:hidden;height: 683px; width: 100%; padding-top: 80px;}
.cultwobg .container {height:100%; position: relative;}
.cultitle2 {font-size: 36px;color: #FFFFFF; text-align: center; line-height: 1.1;}
.culdes {font-size:18px; color: #fff; text-align: center; padding-top: 30px; line-height: 1.6;}

.culture-list {padding:0 15px;}
.culture-list-box{
    position: absolute;
    left: 0;
    bottom:42px;
    width: 100%;
}
.culture-list .con-box{
    position: relative;
}
.culture-list .f-cb {margin-left:-15px; margin-right: -15px;}
.culture-list .item {width:33%; float: left; padding: 0 2px;}
.culture-list .init-box {
    background-color: #fff;
    padding:49px 0;
    box-shadow: 0 0 2rem rgba(40,40,40,.02);
    border-radius: 2px;
    text-align: center;
}
.culture-list .icon {
    width: 80%;
    margin: 0 auto;
}
.culture-list .tit {
    font-size: 22px;
    line-height:1.1;
    color: #333;
    margin-top: 20px;
}
.culture-list .hover-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 136%;
    padding: 55px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/culture-hover-bg.jpg");
    border-radius: 2px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s;
}
.culture-list .en-tit{font-size: 16px;color: #CCCCCC; padding-top: 15px;    text-transform: uppercase;}
.culture-list .con{
    display: none;
}

.culture-list .hover-box .tit{
    font-size:24px;
    line-height:1.1;
    color: #fff;
    margin-top:30px;
}
.culture-list .line{
    width: 30px;
    height: 2px;
    background-color:rgba(255,255,255,0.3);
    margin: 15px auto 0;
}
.culture-list .con{
    font-size:18px;
    line-height:1.2;
    color: #fff;
    padding: 0 15px;
    margin-top:30px;
}

.culture-list .con-box:hover .hover-box {
    opacity: 1;
    filter: alpha(opacity=100);
}

.culture-list .hover-box .con{
    display: block;
}

.ind_new_case {margin-bottom:65px;  position: relative; }
.pro_box {background:#fff;border-bottom: 1px solid #E8E8E8; }
.pro_box .pro_name {font-size: 18px;font-weight: bold;height: 72px; padding: 0 35% 0 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;position: relative;line-height: 72px; color: #333333;}
.pro_name .newjt { display: inline-block; height: 100%;right:0; font-weight: 500; position: absolute; top: 0; width: 35%; text-align: right;line-height: 72px; font-size: 16px;color: #999999;}

.ind_new_case .pro-container {    overflow: initial;}
.ind_new_case .swiper-pagination-progressbar {height:2px; background: #C7D3DF;border-radius: 1px; width: 100%; left: 0; bottom: 0px;}
.ind_new_case .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background:#D1A15D;}
.ind_new_case .swiper-button-prev,.ind_new_case  .swiper-button-next { position:absolute; width:60px; background-color: #fff; border-radius: 50%; height: 60px;top:50%; margin-top:-90px;}
.ind_new_case .swiper-button-prev {  left:-80px;}
.ind_new_case  .swiper-button-next { right: -80px;}
.ind_new_case .swiper-button-prev:after,.ind_new_case .swiper-button-next:after { color: #D1A15D; font-size: 28px; font-weight: bold;}
.ind_new_tab_box {position: relative; padding-bottom: 30px;}
.ind_new_case .swiper-button-prev.swiper-button-disabled,.ind_new_case .swiper-button-next.swiper-button-disabled {opacity:0;}
.pro_img_box img{border-radius:8px;}

/*honor*/
.honorbg { background: url(../images/honorbg.jpg) no-repeat top right fixed; padding: 100px 0;}


/*产业频道*/
.pageindus .brandpic {    height: 923px;padding-top:120px;}
.pageindus .inupositon {    top: 160px;}
.pageindus .inupositon .inupsub {text-align:center;}
.pageindus .inupositon .inupsub h2 {font-size:inherit;}
.pageindus .ineng {padding-bottom:18px;}
.pageindus .img-box {    padding-top: 230px;}

/*房产列表*/
.house_bg	{background:url("../images/hosbg.jpg") no-repeat bottom center; position: relative; padding-top: 60px; padding-bottom: 120px; overflow: hidden;}
.house_bg:before {content:url("../images/hosbg2.jpg"); position: absolute; right: 0; top: -40%; z-index: -001;}
.hosetitle {}
.hosetitle h2 {padding-top:25px;font-size: 36px;color: #333333; line-height: 1.4;}
.house_bg .x-section-7 .co7 .item em {
    font-size: 16px; font-style: normal;
    display: inline-block;
    color: #D1A15D;
}
.hosedes {padding-top:30px;}
.hosedes p { font-size:16px;line-height: 28px; margin: 24px 0;}
.house_bg .h3 {
font-size: 20px; margin: 0;
color: #333333;
line-height:1.1;}
.subcomlink {width:100%; padding-top: 34px; overflow: hidden;}
.subcomlink a {max-width:306px; float: left;width:30%;height: 55px; text-align: center; line-height: 55px; background: #D1A15D;border-radius: 28px; display: inline-block; color: #fff !important; font-size:16px; margin-right: 35px; margin-bottom: 15px; }
.subcomlink a:last-child {margin-right:0;}
.caseswitch {position:absolute; left: 0; width: 100%; height: 0px; bottom: 80px; z-index: 455;}
.caseswitch .swiper-pagination { position:inherit; text-align: right; color: #fff; width: auto; display: inline-block; float: right;}
.caseswitch .swiper-pagination span {color:inherit; font-family: "webfonts" !important;}
.caseswitch .swiper-pagination .swiper-pagination-current { font-size:48px;}
.caseswitch .swiper-pagination .swiper-pagination-total {font-size:18px;}

.casesub {font-size: 36px;color: #FFFFFF;}

.casenei .wel-more:hover {background:#D1A15D;}
.casecour .swiper-button-prev,.casecour  .swiper-button-next { position:absolute; width:56px; border: 3px solid #FFFFFF; border-radius: 50%; height: 56px;top:50%; margin-top:-28px;}

.casecour .swiper-button-prev {  left:80px;}
.casecour  .swiper-button-next { right: 80px;}
.casecour .swiper-button-prev:after,.casecour .swiper-button-next:after { color: #fff; font-size: 28px; font-weight: bold;}
.po_case {}
.po_case ul {margin-left:-35px; margin-right: -35px; overflow: hidden;}
.po_case ul li {width:33.33%; float: left; padding: 0 35px; margin-bottom: 65px;}
.pocasepic {overflow:hidden; position: relative;}
.pocasepic img {border-radius:8px;}
.pocasemask {background:rgba(0,0,0,0.5); position: absolute; width: 100%; height: 100%;  left: 0; top: 0; display: flex; align-items: center; justify-content: center; border-radius:8px; opacity: 0;transition: 0.3s;-webkit-transition: 0.3s;}
.pocasemask i {background:url("../images/hosfd.png") no-repeat; width: 40px; height: 40px; display: inline-block;}
.pocasecont {padding:25px 0 22px 0; overflow: hidden; position: relative;}
.pocasecont:before {height:1px; background: #E8E8E8; width: 100%; position: absolute; content:""; left: 0; bottom: 0;}
.pocasecont:after {height:1px; background:#D1A15D; width: 0; position: absolute; content:""; left: 0; bottom: 0;transition: .5s ease-in-out;}

.pocasecont .left {font-size: 18px;font-weight: bold;color: #333333;max-width: 100%; white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;}
.pocasecont .right {font-size: 16px;background: url("../images/hosdw.png") no-repeat left; padding-left: 25px; color: #666;}
.po_case ul li:hover .pocasecont .left {color:#D1A15D;}
.po_case ul li:hover .pocasecont:after {width: 100%;}
.po_case ul li:hover .pocasemask {opacity:1;}
.newdimg img { transition: 0.3s;-webkit-transition: 0.3s;}
.newdownlist ul li:hover .newdimg img { transform: scale(1.05); }


.moreBtn2{ width:100%; display:block;height:64px; line-height: 64px; padding:0 36px; margin-bottom:65px;background:#EFF4F8;
border-radius: 3px;}
.moreBtn2 i{display:inline-block; font-size: 18px; color:#666; padding-right: 12px; font-style:normal; }
.moreBtn2 .dot{display:inline-block;}
.moreBtn2 span{float: left; margin:0 2px; width:13px; height:13px; background:url("../images/investor4_dot.png") no-repeat center;}
.moreBtn2:hover{background:#1A489B;}
.moreBtn2:hover i { color:#fff;}
.moreBtn2:hover span { background:url(../images/investor4_dot1.png) no-repeat center;}
.moreBtn2:hover .span1{-webkit-animation: topDown .8s linear  0s ; animation: topDown .8s linear 0s ;}
.moreBtn2:hover .span2{-webkit-animation: topDown .8s linear .2s ; animation: topDown .8s linear .2s ;}
.moreBtn2:hover .span3{-webkit-animation: topDown .8s linear .4s ; animation: topDown .8s linear .4s ;}



@keyframes topDown {
  0%{
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  50%{
    -webkit-transform: translate(0, -20px);
       -moz-transform: translate(0, -20px);
        -ms-transform: translate(0, -20px);
         -o-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }

  100% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (min-width:768px){
.casenei { position:absolute; width: 100%; left: 0;bottom: 0; padding-bottom: 35px; background: url("../images/cybg.png") repeat-x bottom; z-index: 855;}
.casenei .wel-more {    background: rgba(0,0,0,0.3);color: #fff;}

}

/*房产详情*/
.indetail {align-items: flex-end;    text-align: left;}
.inadred { line-height: 35px; margin-top: 24px; margin-bottom: 50px;}
.inadred span {background:url("../images/cyico.png") no-repeat left; display: inline-block;padding-left: 45px; font-size: 16px; color: #fff;  line-height: inherit;}
.inadred a {width: 164px;height: 44px;border: 2px solid #FFFFFF;border-radius: 22px; font-size: 16px; color: #fff; display: inline-block; text-align: center; line-height: 44px; margin-left: 15px;}

.inadred_sub {font-size: 36px;color: #FFFFFF; line-height: 1.1;}
.pro_intrbg { background-color:#EFF4F8; padding-bottom: 50px; position: relative; overflow:hidden;}
.pro_intrbg:before {content:url(../images/indubg.png); position: absolute; right: 0; top: -45%; z-index: 8;}
.pro_intrbg .container {position:relative; z-index: 9;}
.pro_insub {font-size: 36px;color: #333333; text-align: center; line-height: 1.1; padding: 60px 0 40px 0;}
.pro_indes {}
.pro_indes p {font-size:16px; line-height: 28px; margin-bottom: 25px;}
.pro_inchart {padding-top:40px; overflow: hidden;}
.pro_inchart strong {font-size: 22px; float: left;line-height: 44px; display: inline-block; padding-right: 8px;font-weight: 500;color: #333333;}
.pro_inchart span {width: 164px; display: inline-block; line-height: 42px; text-align: center;height: 44px;border: 2px solid #999999;border-radius: 22px; font-size: 16px; margin: 0 8px; margin-bottom: 10px;}
.pro_inchart .left {max-width:80%;}
.project_pic {overflow:hidden; position: relative;}
.project_pic .project-container {}
.project-container .swiper-button-prev,.project-container .swiper-button-next {width: 63px;height: 63px; outline: 0; margin-top: -31px;background: #D1A15D;border-radius: 50%;}
.project-container .swiper-button-next {right:18%; }
.project-container .swiper-button-prev {left:15px;opacity: 0;}
.project-container .swiper-button-prev:after,.project-container .swiper-button-next:after {color:#fff; font-size: 22px; font-weight: bold;}
.project_img {position:relative;}
.project_img:before {content:""; position: absolute; width: 100%; height: 100%; background-color:rgba(0,0,0,0.5);}
.swiper-slide-active .project_img:before {display:none;}

/*建筑详情*/
.build-dialog {position:relative; max-width: 85%; margin: 0; margin-top: 10%; width: auto; display: inline-block;}
.build-dialog .modal-title { position: absolute; top: -55px;font-size: 26px;color: #FFFFFF;}
.build-dialog img {border-radius:16px; max-width: 970px; width: 100%;}
.build-dialog button.close {position:absolute; right: -58px; top: 0; cursor: pointer;}
.build-dialog button.close span {background:url("../images/cloase.png") no-repeat; width: 28px; height: 28px; display: block; outline: 0;}
.build-dialog .modal-content {background:none; border: none; border-radius: 0;}
.build .pocasecont .left{max-width:100%;}
.build ul li a {cursor:pointer;}
.projecttab {text-align:center;display: block; padding-bottom: 50px;}
.projecttab  li {    display: inline-block; margin: 0 5px;}
.projecttab  li a{background:#EFF4F8; width: 164px; height: 44px; display: inline-block; font-size: 16px; line-height: 44px; border-radius: 26px;}
.projecttab li a.active,.projecttab li a:hover {color:#fff; background: #D1A15D;}

/*项目案例*/
.xmlist {padding-top:60px;}

/*new*/
.page_newbg {background:url("../images/xwbg.jpg") no-repeat top right; background-color: #EFF4F8; padding-bottom: 58px;}
.page_newbg .cultitle {text-align:left;}
.newtop { background:#F7F9FA; padding:46px 0 80px 0;}
.new_title { font-size:36px; color:#333333; font-weight:bold; padding-bottom:30px;}
.newleft{ width:50%; float:left;} 
.newleft img{ width:100%; border-radius: 5px;} 
.newright{width:50%; float:right; padding:50px 0px 0 64px; position: relative;}

.butright { width:50%; float:right; position:relative;} 
.butright .newbut_r,.butright .newbut_l { background:#DCDCDC; outline: 0; width:43px; height:43px; border-radius:50%; top: inherit; bottom:40px; margin-top:0; text-align:center; line-height:42px; opacity:1; color:#fff; font-size:24px; cursor:pointer; left: inherit;}
.butright .newbut_r:hover,.butright .newbut_l:hover { background:#D1A15D;  color:#fff; }

.butright .newbut_l { right:60px;}
.butright .newbut_r { right:0px;}
.butright .swiper-pagination { bottom:80px; left:inherit; right:80px; width:50%; text-align:right;}
.butright .swiper-pagination span { font-size:16px;}
.butright .swiper-pagination span.swiper-pagination-current{color: #1A489B; font-size:18px;}
.butright .swiper-button-prev:after,.butright  .swiper-button-next:after {display:none;}
.newright h3{ margin-top:20px; line-height:35px; color: #333333; font-size:26px; max-height:70px; width:100%; overflow: hidden;    text-overflow: ellipsis;    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
.newright p{ margin-top:25px; line-height:1.8; font-size:16px;width:100%;  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
.newright span{ line-height:24px; color: #b2b2b2; display: block; background:url(../images/time.png) no-repeat left; padding-left:26px; }
.newmores {  position: absolute; bottom: 40px; left: 60px;}
.newmores .wel-more {magin:0;}
.newtj .swiper-slide {  display:flex;}

.industry_list{padding-top:0;}
.industry_list ul {margin-left:-35px; margin-right: -35px;}
.industry_list ul li {float:left; width: 33.33%; padding: 0 35px; margin-bottom: 28px;}
.newcont {  padding:0px 0; padding-top: 15px;}
#art_list .newcont {  padding:0px 0; padding-top: 20px;}
.new_text {font-size: 20px; display: block; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-weight: bold;color: #333333;line-height: 1.1}
.newcont p{
font-size: 16px; margin-top: 10px; line-height: 28px; height: 56px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}

.pagenewpic {position:relative; display: block; overflow: hidden;}
.pagenewpic img { transition: 0.3s;-webkit-transition: 0.3s; width: 100%;}
.newline {border-top:1px solid #E8E8E8; margin-top: 20px; padding-top: 20px;}
.newline span.newtime {font-size:16px;color: #999999;}
.newline span.right {color:#C0C0C0; font-size: 26px;}
.industry_list ul li:hover .new_text,.industry_list ul li:hover .newline span.newtime,.industry_list ul li:hover .newline span.right{color:#D1A15D;}
.industry_list ul li:hover .pagenewpic img { transform: scale(1.05); }
.pagenewsub {padding:60px 0 30px 0; text-align: left !important; line-height: 1.1; margin: 0 !important;}
.formsear {padding-bottom:40px;}
.formsear .form-control {width:48%; color: #666; float: left; border:none;outline: 0; height: 50px; font-size: 16px; padding: 0 18px; border-radius: 0;appearance:none;-moz-appearance:none;-webkit-appearance:none;  background: url("../images/dsj.png") no-repeat 96%; background-color: #F5F5F5;}
.formsear .form-control:focus { background: url("../images/dsj.png") no-repeat 96%; background-color: #F5F5F5; box-shadow:inherit;}
.formsear select.form-control option{ background:none;}

.formsear .serch2 { background: #F5F5F5;outline: 0; height: 50px; font-size: 16px;padding: 0 18px; margin-left: 20px; width: 34%;  border:none;float: left;border-radius: 0;}
.serbuton {background: url("../images/searchbut.png") no-repeat 68%; line-height: 48px; background-color:#D1A15D; font-size: 16px; color: #fff; width: 15%; height: 50px;outline: 0; text-align: right; padding-right: 7%; border:none;float:right;border-radius: 0;}

/*video*/
.video {padding-top:48px;}
.video ul li a {cursor:pointer;}
.video .newcont {padding:25px 0 30px 0;}
.video .new_text{ font-size:18px;}
.video .pagenewpic:before {content:""; position: absolute; left: 50%; top: 50%; background: url("../images/videoico.png") no-repeat; width: 56px; height: 56px; margin-left: -28px; margin-top: -28px; z-index: 8;}
.video .pagenewpic:after {content:""; position: absolute; left:0; top: 0; background:rgba(0,0,0,0.3); width: 100%; height:100%; z-index: 7;}
.videocont {max-width:970px;}

/*join*/
.joinupbg { background:url("../images/joinbg.jpg") no-repeat center; background-size: cover; padding: 138px 0 50px 0; min-height: 705px;}
.joindes {width:60%; max-width: 805px; padding-top: 40px;}
.joindes p {font-size:16px; line-height: 1.8; margin-bottom: 35px;}
.joinmid {padding:26px 0 30px 0; overflow: hidden;}
.joinmid ul { margin-left:-12px; margin-right: -12px;}
.joinmid ul li {float:left; width: 25%; padding: 0 12px;}
.joinpic {overflow:hidden; position: relative;}
.joinpic img {transition: 0.3s;-webkit-transition: 0.3s;}
.joinmid ul li:hover .joinpic img {transform: scale(1.05); }
.joinimg {border-radius: 3px;}
.joinmask {background:rgba(0,0,0,0.3); position: absolute;border-radius: 3px;width: 100%; height: 100%; left: 0; top: 0;}
.joinnei {width:100%; text-align: center;  padding: 0 15px;padding-top: 48%;}
.joinnei span {display:block; margin-bottom: 18px; height: 56px;}
.joinnei p {font-size: 20px;color: #FFFFFF;}
.jointitle {font-size: 26px;color: #000000; padding-top: 40px;}
.joinbotom {padding-bottom:50px;}
.joinbotom .nav-tabs{border-bottom:none; display: block; overflow: hidden; margin-left: -7px; margin-right: -7px;}
.joinbotom .nav-tabs .nav-item {padding:0 7px; float: left; margin-bottom: 10px;}
.joinbotom .nav-tabs .nav-link {  width: 152px; height: 42px; display: block;padding: .5rem 1rem; text-align: center; border: 1px solid #999999;border-radius: 21px; font-size: 16px;}
.joinbotom .nav-tabs .nav-link.active {background: #D1A15D; border: 1px solid #D1A15D; color: #fff;}

.joinlist {padding-top:28px;}
.joinlist .joincard{ margin-bottom:24px; border: 1px solid #E5E5E5;}
.joinleft {float:left;width:80%; padding: 30px 0; }
.joinright { border-left: 1px solid #E5E5E5; text-align: center; width: 20%; max-width: 220px; display: flex; align-content: center; justify-content: center;adding: 35px 0; right: 0; top: 0; height: 100%; position: absolute;}
.join-header {overflow:hidden;background:#D1A15D; color: #fff;	 padding:0 35px; position: relative;}
.collapsed {background:#fff;}
.collapsed { color:#666;}
.join-header button {  border: none; outline: 0; font-size: 40px; margin: 0; padding: 0; color: #fff;  background: none;}
.join-header h3 {}
.join-header h3 strong{font-size: 20px; display: inline-block; min-width: 30%;}
.jointime { font-size: 16px; font-weight: 500; padding-left: 25px;}
.collapsed button {color: #999999;}
.joincard .collapse {border-top: 1px solid #E5E5E5;}
.font16 {font-size:16px;}
.joincs {margin-left:-15px; margin-right: -15px; padding-top: 20px;}
.join-4 {padding:0 15px; width: 33.33%; float: left; line-height: 25px; margin-top:12px;}
.join-body { padding:15px 35px;}
.join-body p {line-height:1.5; font-size: 16px; padding-bottom: 15px;}
.join-header:hover {background:#D1A15D; color: #fff;}
.join-header:hover .jointime,.join-header .jointime { color:#fff; background: url("../images/joinxian2.png") no-repeat left;}
.collapsed .jointime { color: #999999; background: url("../images/joinxian.png") no-repeat left;}
.join-header:hover button {color:#fff;}

.span a {
    font-size: 16px;
    color: #fff;
    background: #D1A15D;
    border: 1px solid #D1A15D;
    width: 185px;
    height: 54px;
    text-align: center;
	margin-top: 15px;
    line-height: 54px;
    display: inline-block;
    padding: 0;
}
.span a:hover { background:#fff; color:#333;}
.tab-content>.tab-pane {
	display: none
}
.tab-content>.active {
	display: block
}


.joincard .fade:not(.show) {
	opacity: 0
}

.joincard .collapse:not(.show) {
	display: none
}
.joincard .fade {
	transition: opacity .15s linear
}
.joincard .fade {
	transition: none
}
.joincard .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

/*contact*/
.lxmap { height:751px; position:relative;}
.lxmap label { border:none !important;}
.lxcont { position:absolute; left:0; top: 10%; width:100%;}
.lxcontn { float:right; background:#fff; width:450px; max-height: 584px; padding:30px 35px; max-width:100%;z-index: 9;position: relative;}

.lxcontn h3 {font-size: 16px; padding-bottom:30px;color: #CFAB6F;}
.lxcontn h2 { font-size:26px; color:#333;  background:url(../images/lxline.png) no-repeat left bottom; padding-bottom:18px; margin-bottom:15px;}
.lxcontn p{ font-size:16px; overflow: hidden; line-height:30px; margin:9px 0; padding-left:30px;}
.lxcontn p strong {font-weight:500; line-height: inherit; color: #999999; font-size: inherit; float: left;}
.lxcontn p span {  font-size: inherit;  line-height: inherit;float: left; max-width: 80%;}
.lxerwei {padding-top:35px;}
.lxerwei span {font-size: 16px;color: #999999; margin-left: 18px; padding-top: 42px; line-height: 1.6; display: inline-block;}
.lxdown { padding:0 0 35px 0;}
.lxdown ul { margin-left:-15px; margin-right:-15px;}
.lxdown ul li { padding:15px 16px; float:left; width:33.33%;}
.lxdown ul li .lxdowntext { background:#EFF4F8; height:375px; padding:40px; position:relative; overflow:hidden; z-index:9;transition: all .3s ease;
    -webkit-transition: all .3s ease;}
.lxdowntext h2 { font-size:20px; color:#333; font-weight:bold;  margin-bottom:20px;}
.lxdowntext p{ font-size:16px; line-height:30px; margin:7px 0; padding-left: 30px;}
.lxico01 { background:url(../images/lxico02.png) no-repeat 0 5px;}
.lxico02 { background:url(../images/lxico03.png) no-repeat 0 5px;}
.lxico03 { background:url(../images/lxico04.png) no-repeat 0 7px;}
.lxico04 { background:url(../images/lxico01.png) no-repeat 0 7px;}
.lxico05 { background:url(../images/lxico05.png) no-repeat 0 8px;}
.lxdown ul li:hover .lxdowntext { background:#D1A15D;}
.lxdown ul li:hover .lxdowntext h2,.lxdown ul li:hover .lxdowntext p { color:#fff;}
.lxdown ul li:hover .lxico01 { background:url(../images/lxicoh01.png) no-repeat 0 5px;}
.lxdown ul li:hover .lxico02 { background:url(../images/lxicoh02.png) no-repeat 0 5px;}
.lxdown ul li:hover .lxico03 { background:url(../images/lxicoh03.png) no-repeat 0 7px;}
.lxdown ul li:hover .lxico04 { background:url(../images/lxicoh04.png) no-repeat 0 7px;}
.lxdown ul li:hover .lxico05 { background:url(../images/lxicoh05.png) no-repeat 0 8px;}

.lxtarg { color:#D1A15D; border-bottom:1px solid #D1A15D; font-size: 16px; padding-bottom: 12px; width: 120px; display: inline-block; line-height: 25px; position: absolute; bottom: 40px; left: 40px;}
.lxtarg svg {float:right; font-size: 24px;transition: all .3s ease;
    -webkit-transition: all .3s ease;}
.lxdown ul li:hover .lxtarg {color:#fff; border-bottom:1px solid #fff;}
.lxdown ul li:hover .lxtarg svg {margin-right:5px;}



@media (min-width:768px) {
.lxcontn { -moz-box-shadow:0px 0px 5px #CECECE; -webkit-box-shadow:0px 0px 5px #CECECE; box-shadow:0px 0px 5px #CECECE; }
	
.lxcontn:after {
    border-right: 19px solid #fff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    position: absolute;
    top: 85%;
    left: -19px;
    content: "";
    width: 0;
    height: 0;
}
}
/*mess*/
.messform {margin-left:-15px; margin-right: -15px; overflow: hidden; padding-bottom: 70px;}
.messform .col {width:50%; padding:15px; float: left;}
.messform .colw100 {width:100%; padding:15px; float: left;}
.messform .col6 {width:65%; padding:15px; float: left;}
.messform .col4 {width:35%; padding:15px; float: left;}

.messcontrol {width:100%;height: 60px;border: 1px solid #E8E8E8; outline: 0; font-size: 16px; padding: 10px 25px; line-height: 40px; padding-left: 55px; border-radius: 3px;}
.messcont {width:100%;border: 1px solid #E8E8E8; min-height: 138px; padding-left: 55px; padding-top: 15px; line-height: 28px; font-size: 16px; outline: 0; border-radius: 3px;}
.messcontrol:hover,.messcont:hover {border: 1px solid #D1A15D;}

.messform span {position: relative; display: block; width: 100%;}
.messform span:after {content: "";width: 21px; height: 100%; position: absolute; left: 25px;}
.messform span.mess01:after {  background: url("../images/messico01.png") no-repeat center;}
.messform span.mess02:after {  background: url("../images/messico02.png") no-repeat center;}
.messform span.mess03:after {  background: url("../images/messico03.png") no-repeat center;}
.messform span.mess04:after {  background: url("../images/messico04.png") no-repeat center;}
.messform span.mess05:after {  background: url("../images/messico05.png") no-repeat center;}
.messform span.mess06:after {  background: url("../images/messico06.png") no-repeat center;}
.messform span.mess07:after {  background: url("../images/messico07.png") no-repeat center;height: 20px;    top: 21px;}
.messform span.mess08:after {  background: url("../images/messico08.png") no-repeat center;}
.messform .mess08 {max-width:506px; float: left; width: 60%;}
.messyz {float:left; display: inline-block; padding-left: 20px;}
.submit {background:#D1A15D;max-width: 250px; height: 60px; border: none; outline: 0; font-size: 18px; color: #fff; width: 100%;}
/*detail*/
.col-left { float:left; width:75%; padding-right:60px; padding-top:45px; padding-bottom:50px;}
.col-right { float:left; width:25%;padding-top:45px; padding-bottom:50px;}
.article{ margin-bottom:30px;}
.article p{ font-size:16px; color:#333; line-height:28px; margin-bottom:35px;}
.article img{ display:block; margin:20px auto; max-width:100% !important; height:auto !important;}

.article_title{font-size:30px; color:#333333; line-height:40px; font-weight:bold; margin-bottom:10px; margin-top:0;}
.article_time{font-size:16px;line-height:40px; margin-right:40px;}
#border hr { margin:15px 0; margin-bottom:32px;}
.article_des { border-left:4px solid #FF5C5F; padding-left:25px;}
.article_des span { color:#333; display:block;}
.article_des p { color:#333; }

.bottom_link{  margin-bottom:10px;font-size:15px; color:#666; line-height:28px;}
.bottom_link p{ font-size:15px; color:#666; line-height:25px; padding-bottom:5px;}
.bottom_link a{font-size:15px; color:#9FA19F;}
.bottom_link a:hover{ color:#D1A15D;}
.return{ float:right; width:114px; line-height:36px; border:1px solid #CBCBCB; font-size:16px; border-radius: 3px; color:#333; text-align:center;}
.return:hover{  border:1px solid #D1A15D; font-size:14px; color:#fff; background-color:#D1A15D;}

.recommend{ border-left:1px solid #EAEAEA;padding:10px 0 10px 20px;}
.recommend h2{font-size:18px; color:#333; margin:0;font-weight:bold; margin-bottom:20px;}
.recommend ul li a{ display:block;margin-bottom:25px;}
.recommend ul li:last-child a { margin-bottom:0;}
.recommend ul li a h3{font-size:20px; color:#333333; line-height:26px; margin:0;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.recommend ul li a span{ padding-top:5px; display:block;font-size:16px; color:#666; }
.recommend ul li a:hover h3{ color:#D1A15D;}
.recommend_pic { overflow:hidden;}
.recommend_pic img{transition: 600ms; -webkit-transition: 600ms; }
.recommend ul li a:hover .recommend_pic img{ transform: scale(1.1);-webkit-transform: scale(1.1);}
.recomborder { padding:16px 0;transition: 600ms; -webkit-transition: 600ms;}
/*.recommend ul li a:hover .recomborder {-moz-box-shadow:0px 3px 8px #E8E9ED; -webkit-box-shadow:0px 3px 8px #E8E9ED; box-shadow:0px 3px 8px #E8E9ED;}*/
.borertop { border-top:1px solid #e4e4e4; padding-top:22px; padding-bottom:22px;}
.fontsy {  font-size:14px;}

@media (max-width:767px) {
.col-left { float:left; width:100%; padding-right:0; padding-top:30px; padding-bottom:0;}
.col-right { float:left; width:100%; padding-top:0;}
.recommend { border-left:none; padding-left:0;}
.recommend ul li:last-child a { margin-bottom:25px;}
	.recommend ul li a h3 {font-size:16px;}
.article_title{font-size:25px; color:#333333; line-height:40px; font-weight:bold; margin-bottom:10px; margin-top:0;}

}
/*organization*/
.orgbg {background:url("../images/orbg.jpg") no-repeat center bottom; padding: 90px 0 70px 0;}
.orglist {}
.orglist ul li {margin-bottom:30px;}
.orglist ul li h3 {background:#CFAB6F; border-radius: 18px; color: #fff; font-size: 18px; text-align: center; padding: 10px 15px; margin-bottom: 10px;}
.orglist ul li p {font-size:16px; text-align: center;}

/*--jobdetail--*/
.jobyp { padding-top:40px; overflow: hidden; margin-left: -15px; margin-right: -15px;}
.jobyp .col-md-4 { float:left; width: 33.33%; padding: 0 15px;}
.jobyp .col-md-12 { float:left; width: 100%; padding: 0 15px;}
.jobyp .form-control {
	display: block;

padding:.375rem .75rem;

}
.recuit label{width:28%;float:left;font-size:16px;font-weight:500;line-height: 50px;}
.recuit input[type=text]{width:72%;float:left;background: #F0F0F0;border: none;outline: 0;box-shadow: none;height: 50px;font-size: 16px;color: #1d1d1d;border-radius: 0;}
.recuit input[type=radio]{ height:34px; margin-top:7px; vertical-align:-12px; margin-right:6px;-webkit-appearance: radio;}
.jobyp .recuit select { width:72%; float:left; height: 50px; border:none;outline: 0;border-radius: 0;appearance:none;-moz-appearance:none;-webkit-appearance:none;  background: url("../images/dsj.png") no-repeat 96%; background-color: #F5F5F5;}

.recuit select:focus { background: url("../images/dsj.png") no-repeat 96%; background-color: #F5F5F5; box-shadow:inherit;}

.recuit .form-group{ line-height:34px; margin-bottom:25px;}
.recuit button{margin-bottom:30px; font-size:18px;color:#fff; background: #D1A15D;border: 1px solid #D1A15D;font-weight:bold; padding:6px 60px; border-radius:0; outline:0;}
.recuit button.red:hover { background:#fff; color:#333; border:1px solid #D1A15D;}
.recuit textarea {  width:100%; float:left;background: #F0F0F0;
    border: none;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
    color: #1d1d1d;
    border-radius: 0;}
.message_code span { margin-left:5px;}
.message_code span img { max-height:50px;}
.red {
    color: #F00;
    font-style: normal;
}


@media screen and (max-width:1279px){
.recuit label{ width:26%;}
.recuit input[type=text]{ width:68%;}
.jobyp .recuit select { width:68%;}
.jobyp .col-md-4 {width:50%;}	
	
}

@media screen and (max-width:991px){
.jobyp .col-md-4 {width:100%;}	
.recuit .form-group:after{ content:''; display:block; visibility:hidden; clear:both; }
.recuit .form-group{ margin-bottom:10px;}
.recuit label{ width:18%;}
.recuit input[type=text]{ width:75%;}
.jobyp .recuit select { width:75%;}
.recuit textarea { width:100%;}
}

@media screen and (max-width:767px){
.recuit label{ width:28%; font-size: 14px;}
.recuit input[type=text]{ width:72%;}
.jobyp .recuit select { width:72%;}

}
/* 员工风采 */
.ygfc_di{
  background-color: none!important;
  border: none!important;
}
.box_z{
  /* position: absolute;
  left: 50%;
  right: 50%; */
  width: 100%;
  text-align: center;
}

.box_z img{
  width: 80%;
}










